switch to NDEBUG
authorJeroen van der Heijden <jeroen@transceptor.technology>
Wed, 10 Oct 2018 07:38:23 +0000 (09:38 +0200)
committerJeroen van der Heijden <jeroen@transceptor.technology>
Wed, 10 Oct 2018 07:38:23 +0000 (09:38 +0200)
65 files changed:
Debug/sources.mk
Debug/src/argparse/subdir.mk
Debug/src/cexpr/subdir.mk
Debug/src/cfgparser/subdir.mk
Debug/src/ctree/subdir.mk
Debug/src/expr/subdir.mk
Debug/src/imap/subdir.mk
Debug/src/iso8601/subdir.mk
Debug/src/llist/subdir.mk
Debug/src/lock/subdir.mk
Debug/src/logger/subdir.mk
Debug/src/motd/subdir.mk [deleted file]
Debug/src/owcrypt/subdir.mk
Debug/src/procinfo/subdir.mk
Debug/src/qpack/subdir.mk
Debug/src/siri/admin/subdir.mk
Debug/src/siri/args/subdir.mk
Debug/src/siri/cfg/subdir.mk
Debug/src/siri/db/subdir.mk
Debug/src/siri/file/subdir.mk
Debug/src/siri/grammar/subdir.mk
Debug/src/siri/help/subdir.mk
Debug/src/siri/net/subdir.mk
Debug/src/siri/subdir.mk
Debug/src/slist/subdir.mk
Debug/src/strextra/subdir.mk
Debug/src/timeit/subdir.mk
Debug/src/xmath/subdir.mk
Debug/src/xpath/subdir.mk
Debug/subdir.mk
Release/sources.mk
Release/src/argparse/subdir.mk
Release/src/cexpr/subdir.mk
Release/src/cfgparser/subdir.mk
Release/src/ctree/subdir.mk
Release/src/expr/subdir.mk
Release/src/imap/subdir.mk
Release/src/iso8601/subdir.mk
Release/src/llist/subdir.mk
Release/src/lock/subdir.mk
Release/src/logger/subdir.mk
Release/src/motd/subdir.mk [deleted file]
Release/src/owcrypt/subdir.mk
Release/src/procinfo/subdir.mk
Release/src/qpack/subdir.mk
Release/src/siri/admin/subdir.mk
Release/src/siri/args/subdir.mk
Release/src/siri/cfg/subdir.mk
Release/src/siri/db/subdir.mk
Release/src/siri/file/subdir.mk
Release/src/siri/grammar/subdir.mk
Release/src/siri/help/subdir.mk
Release/src/siri/net/subdir.mk
Release/src/siri/subdir.mk
Release/src/slist/subdir.mk
Release/src/strextra/subdir.mk
Release/src/timeit/subdir.mk
Release/src/xmath/subdir.mk
Release/src/xpath/subdir.mk
Release/subdir.mk
include/motd/motd.h [deleted file]
include/siri/version.h
src/cexpr/cexpr.c
src/siri/db/aggregate.c
src/siri/db/listener.c

index 71dab4bdbaacf4d010950079cc1bcc9b2111f235..56efddac8762d37345a1d489af259663cdfcb5af 100644 (file)
@@ -2,14 +2,14 @@
 # Automatically-generated file. Do not edit!
 ################################################################################
 
-OBJ_SRCS := 
-ASM_SRCS := 
-C_SRCS := 
-O_SRCS := 
-S_UPPER_SRCS := 
-EXECUTABLES := 
-OBJS := 
-C_DEPS := 
+OBJ_SRCS :=
+ASM_SRCS :=
+C_SRCS :=
+O_SRCS :=
+S_UPPER_SRCS :=
+EXECUTABLES :=
+OBJS :=
+C_DEPS :=
 
 # Every subdirectory with source files must be described here
 SUBDIRS := \
@@ -24,7 +24,6 @@ src/iso8601 \
 src/llist \
 src/lock \
 src/logger \
-src/motd \
 src/owcrypt \
 src/procinfo \
 src/qpack \
index e6d9e63dd7ddfa24501dae769d43416a41bd1b5d..63661652f114c214d0356bea82c831e815bbbd7a 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/argparse/%.o: ../src/argparse/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -DDEBUG=1 -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index afacbd1bfe995a53658b03f5ef09707c9ba86ebd..a716e9f1a6118871e68891347c6b93f7a00aa28e 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/cexpr/%.o: ../src/cexpr/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -DDEBUG=1 -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index 1d71d3225f1eff625615b731449f2a216bd23e38..b0945141db01a8e06c7f285f3ef8c44d4cd4ce91 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/cfgparser/%.o: ../src/cfgparser/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -DDEBUG=1 -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index 2a828c8547104259d617dc3d61cc77d91ce25bfb..415ec0fa00b816ad5a1057b27f6276e13bf121ad 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/ctree/%.o: ../src/ctree/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -DDEBUG=1 -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index 3f850e2d2f23f3c5ab464e70981753565d8828e8..b71da8e4980ab985c9977b1af798e1b9577bf7a5 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/expr/%.o: ../src/expr/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -DDEBUG=1 -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index 3d0d2146ae1b46b5e8cebae67b98220bcb8db654..b73ce12b0143bf87fbe13908e88ed228515e07de 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/imap/%.o: ../src/imap/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -DDEBUG=1 -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index a2a6119f3de1a6567c0681b4e477eeb898b92484..9fd17e36b419a6e465b9583bec54c7d29a5d32bc 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/iso8601/%.o: ../src/iso8601/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -DDEBUG=1 -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index 8ac68eb993192791805bbd70dd179233418ac274..9fdcff3874a09fc77f00bceafa201b7a2c7f5c19 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/llist/%.o: ../src/llist/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -DDEBUG=1 -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index 50d214c00605a82bbf8a71a46cb2da2878ac30ea..dc2c723eee3620e6f5544deb20817db13ea6fad0 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/lock/%.o: ../src/lock/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -DDEBUG=1 -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index 399f1a903fd621451de5d66f5cc7715f8f637a29..13a905d0ea680462845c1784f59a9a4fbd9cfddc 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/logger/%.o: ../src/logger/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -DDEBUG=1 -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
diff --git a/Debug/src/motd/subdir.mk b/Debug/src/motd/subdir.mk
deleted file mode 100644 (file)
index ac238c3..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-################################################################################
-
-# Add inputs and outputs from these tool invocations to the build variables
-C_SRCS += \
-../src/motd/motd.c
-
-OBJS += \
-./src/motd/motd.o
-
-C_DEPS += \
-./src/motd/motd.d
-
-
-# Each subdirectory must supply rules for building sources it contributes
-src/motd/%.o: ../src/motd/%.c
-       @echo 'Building file: $<'
-       @echo 'Invoking: GCC C Compiler'
-       gcc -DDEBUG=1 -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
-       @echo 'Finished building: $<'
-       @echo ' '
-
-
index f3f273b53da1f69fead0cbaba1d5fbe3a729f3c2..e9a5aa02ce57335bc8a9a06e6dea3b672b9ad230 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/owcrypt/%.o: ../src/owcrypt/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -DDEBUG=1 -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index b7bca448582ace4ddd4f4106d3e32f25b3a7d857..1f3f4290081d1ed9fea9d52ddbe2613aa78ff1cd 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/procinfo/%.o: ../src/procinfo/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -DDEBUG=1 -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index 3cc3e90a20648b2f74e1b7159e66ca36950f6df7..fcc546cd590974ffdfa4dc6560880c6cce1005a3 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/qpack/%.o: ../src/qpack/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -DDEBUG=1 -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index 7475b0cdb5f5da9dc7e6bb53aac998bb95e47d53..c297bca396535f43952eeeb96fdd48aae01776fa 100644 (file)
@@ -23,7 +23,7 @@ C_DEPS += \
 src/siri/admin/%.o: ../src/siri/admin/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -DDEBUG=1 -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index 6c2c86456be3e850e1284a355af1730378d89487..7b65216bf7b0e0cdf795e2eac54a1997a2a222c7 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/siri/args/%.o: ../src/siri/args/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -DDEBUG=1 -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index b37b6dbb313d72f6ccd7c6127b735e866e12461d..0a3ace1ca1d36e7bffcd7e328a6f53ea14f8d1fa 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/siri/cfg/%.o: ../src/siri/cfg/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -DDEBUG=1 -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index bcd9e1adba2a9eb8ee0d6351b64dcc4b2f3bf0e8..57a30dea04a157305d1a9b23e2b144ec1b11f617 100644 (file)
@@ -131,7 +131,7 @@ C_DEPS += \
 src/siri/db/%.o: ../src/siri/db/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -DDEBUG=1 -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index 8f35903236a497a8e12f3ead9198f02f6f6c2887..a42343e5bb41a723f50cdd0b0b02b1b878ed242c 100644 (file)
@@ -20,7 +20,7 @@ C_DEPS += \
 src/siri/file/%.o: ../src/siri/file/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -DDEBUG=1 -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index 22f28220737336bfeb239399f1c7bd847704a9e6..ddc57e21b483c46d106c29bdc59bcff9835c5805 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/siri/grammar/%.o: ../src/siri/grammar/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -DDEBUG=1 -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index 5d26cc229f686095fa9151e5c5630624fb9fbb18..49f42ffa3e64176a0d9267849ae22daa48ef5618 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/siri/help/%.o: ../src/siri/help/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -DDEBUG=1 -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index 875e0d565ef504fc138c51e169e50fbf654e0f75..5db88ebb29e32e1db03023eb5ba8b73c8771ad08 100644 (file)
@@ -41,6 +41,6 @@ C_DEPS += \
 src/siri/net/%.o: ../src/siri/net/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -DDEBUG=1 -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
index 9f48e2f15f0eedfb2ede1b22013bbd64a253fd38..2bd0b837b44985b89987e94f11bd39f59cad5255 100644 (file)
@@ -38,7 +38,7 @@ C_DEPS += \
 src/siri/%.o: ../src/siri/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -DDEBUG=1 -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index 3911b519c50f2837e7f482dfbd433cf98f0e12a0..f7a6549a35538ef59ae73f4b749e26a58986f36f 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/slist/%.o: ../src/slist/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -DDEBUG=1 -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index ee2fd8d7f47703830d40deb6c6fc8c92d26b8596..802430091cd83ce507b9e9e4b387bd5fd0d01b6a 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/strextra/%.o: ../src/strextra/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -DDEBUG=1 -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index c0b12e099f854b5059df3c5b641438975ac09b94..2faa4d9a99114b92d384e74a912524e7d33d74a4 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/timeit/%.o: ../src/timeit/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -DDEBUG=1 -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index acccf81bdc444ffdeeebab3fccb56b807ff3e187..d29af5878d58ec7e520300e4857e28806c08b6c1 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/xmath/%.o: ../src/xmath/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -DDEBUG=1 -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index 8d9ad5a2c6c31ccb799431452a44a4598809563c..1199e1ee5853556c954dbe2176b2dec85237aeb6 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/xpath/%.o: ../src/xpath/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -DDEBUG=1 -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index 2cb2b061d0d2b6d4de5c6edef8ac4f8a3a45b269..0c9c453c7b5b863a2594077d043845463b966bc4 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 %.o: ../%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -DDEBUG=1 -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -I../include -O0 -g3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index 71dab4bdbaacf4d010950079cc1bcc9b2111f235..56efddac8762d37345a1d489af259663cdfcb5af 100644 (file)
@@ -2,14 +2,14 @@
 # Automatically-generated file. Do not edit!
 ################################################################################
 
-OBJ_SRCS := 
-ASM_SRCS := 
-C_SRCS := 
-O_SRCS := 
-S_UPPER_SRCS := 
-EXECUTABLES := 
-OBJS := 
-C_DEPS := 
+OBJ_SRCS :=
+ASM_SRCS :=
+C_SRCS :=
+O_SRCS :=
+S_UPPER_SRCS :=
+EXECUTABLES :=
+OBJS :=
+C_DEPS :=
 
 # Every subdirectory with source files must be described here
 SUBDIRS := \
@@ -24,7 +24,6 @@ src/iso8601 \
 src/llist \
 src/lock \
 src/logger \
-src/motd \
 src/owcrypt \
 src/procinfo \
 src/qpack \
index a32fb8b484eae84ca8cfdc3245fba54cbdc61745..250658475af7165b65585480130f874a1c4ec91a 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/argparse/%.o: ../src/argparse/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index 8c1d88aca598e792fb102c4aa6c47a76e3bd9c0e..40b19f50f3fb1c7a46e828aa86bc3d94804022eb 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/cexpr/%.o: ../src/cexpr/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index 749f65d34b29718405451dd672b8305576e81631..6cd0ba9ca8c22d6f559f843d62afd72a17dd1e7c 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/cfgparser/%.o: ../src/cfgparser/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index f0bc91a4223c47be23c94ddd3a23b11bd5783b5e..8cb5245126c1e7d7c1c91ee7244c54a8ffd166a9 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/ctree/%.o: ../src/ctree/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index e4c043690bdcb7ec60e63b82a8579c0b56561f56..4becb97eb02b94237adfe90c41202ffdbc0c5f2d 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/expr/%.o: ../src/expr/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index 2aa266fb0206fb49a090a3ff3ce9980ae5a8d4fa..e4d99268e6f8c6a5517c576872fd0b87d2a54390 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/imap/%.o: ../src/imap/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index b47fdbf11111548f8778e7acf7bd43ac9dd7c075..7773203374323f30c85ec8a21ad7196ef4be7319 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/iso8601/%.o: ../src/iso8601/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index 10c8fc77fa27b22ad50705b5655474f914db7a65..f38555a31dec24e541e87045e6d0467aab1e303a 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/llist/%.o: ../src/llist/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index f6cd6008eab4a5d78da2bbb0dcc778083b839dba..affc0ec6de1796b3cf32f5087f4fd8244b846096 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/lock/%.o: ../src/lock/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index 79a5dc6a81a015a953e29eeaa4dc03f9d8cf12d6..ff253fed605803a43207c24e7b404af8227d81ae 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/logger/%.o: ../src/logger/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
diff --git a/Release/src/motd/subdir.mk b/Release/src/motd/subdir.mk
deleted file mode 100644 (file)
index 5647f6e..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-################################################################################
-# Automatically-generated file. Do not edit!
-################################################################################
-
-# Add inputs and outputs from these tool invocations to the build variables
-C_SRCS += \
-../src/motd/motd.c
-
-OBJS += \
-./src/motd/motd.o
-
-C_DEPS += \
-./src/motd/motd.d
-
-
-# Each subdirectory must supply rules for building sources it contributes
-src/motd/%.o: ../src/motd/%.c
-       @echo 'Building file: $<'
-       @echo 'Invoking: GCC C Compiler'
-       gcc -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
-       @echo 'Finished building: $<'
-       @echo ' '
-
-
index fb5ac3033eea6ec5158da739f2276f0a6fe576b8..c667b9aa3303a13c36c13455eab768a84bb84374 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/owcrypt/%.o: ../src/owcrypt/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index c519da02ed801fcabc93ab7b9cbbf514780848a6..1e01580d4bb0109ff02a07b071984faf25eca43e 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/procinfo/%.o: ../src/procinfo/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index 50d90712a3d78755bf9363a93b9a80a3ef598bec..4da11caa2ba527972d7f615ae77aeb9ae8aa1acc 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/qpack/%.o: ../src/qpack/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index e53a858fb4caeb4339d4b1383ad931032b6b0764..ee5fbfbeb9deb2573ad0a9ca13f7cfbaed024372 100644 (file)
@@ -23,7 +23,7 @@ C_DEPS += \
 src/siri/args/%.o: ../src/siri/args/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index 0e815b0c104ec632b1ae8ddb467eecfd81e50199..3b5ce5938ebd2d08a4b369a220c57b45b8a9b38a 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/siri/args/%.o: ../src/siri/args/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index ef42ff77a2a6411715e6b473a4a319746fc9e419..585aab1706cb8e6d659171c8cf337946596b8547 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/siri/cfg/%.o: ../src/siri/cfg/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index 0e94585e3dd37fd7aad5b5382a58a5ed8ba3a12f..96d8a76852dbaf236ec7030dea608e3f0f007558 100644 (file)
@@ -131,7 +131,7 @@ C_DEPS += \
 src/siri/db/%.o: ../src/siri/db/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index 496f36a8481509e8a6207c2b5c9692b384bb2620..bb1d62f02e646d574d6c7ba32b496a68137b0d99 100644 (file)
@@ -20,7 +20,7 @@ C_DEPS += \
 src/siri/file/%.o: ../src/siri/file/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index 07c8f18aa54040c483786fe337ec124deba002c0..953007fb21506e1316843b7f5e441b758d897f35 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/siri/grammar/%.o: ../src/siri/grammar/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index 6df1b613fb46570bb7a08aa0d75df2e0b056cf05..27ebd50ade27a9959fba350ddee6ebaada00b2e5 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/siri/help/%.o: ../src/siri/help/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index cacf447ecb24ed2621ec337348cfb271d28c940e..9e40089791927dafc93a4575b5e97e137fad768b 100644 (file)
@@ -41,6 +41,6 @@ C_DEPS += \
 src/siri/net/%.o: ../src/siri/net/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
index a506e6e8037b612f0d69b957720a66586095a260..63a8b57de4e6ddccf923a47d161acd05f108911b 100644 (file)
@@ -38,7 +38,7 @@ C_DEPS += \
 src/siri/%.o: ../src/siri/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index 270463ad5e9cf186485fdc894be0aa5ec5684050..e16a3cc311c6c6044859cbbc4058fe0c204257b1 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/slist/%.o: ../src/slist/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index 205d467c4a4fd8a8d2305c5f0e6f19aad09f9907..7691047cbb35bd61de0201e0f630801d44538e1e 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/strextra/%.o: ../src/strextra/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index 853fd528521932eaa1714103b4fa4872576261ce..993ec06d807001910a0aab2245cbc7887cb32ee2 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/timeit/%.o: ../src/timeit/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index 3c9d03d67cd7e117884917a35c85c4361c61d256..f9e03e28b6a4ab972dcb72ab66dd8b7dd413db79 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/xmath/%.o: ../src/xmath/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index 8452a98c40d474fb659d7674eecefff1e21f1be6..6961d3f4b4b5deb3696f192b63cad93fc5bdd584 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 src/xpath/%.o: ../src/xpath/%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
index cc287577a0a53f68946b7c18f13f42931a10a4e3..48ba8e55f2402d7cf9a3f256ccd5e23577188199 100644 (file)
@@ -17,7 +17,7 @@ C_DEPS += \
 %.o: ../%.c
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C Compiler'
-       gcc -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+       gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '
 
diff --git a/include/motd/motd.h b/include/motd/motd.h
deleted file mode 100644 (file)
index d851be3..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * motd.h - Message of the day
- *
- * author       : Jeroen van der Heijden
- * email        : jeroen@transceptor.technology
- * copyright    : 2016, Transceptor Technology
- *
- * changes
- *  - initial version, 13-03-2016
- *
- */
-#ifndef MOTD_H_
-#define MOTD_H_
-
-const char * motd_get_random_msg(void);
-
-#endif  /* MOTD_H_ */
index 70219b926f5638a16e230bc8840674f751aed15a..2c08fcf8eef6efc32f6efb2da929b30981ddfaa0 100644 (file)
@@ -23,7 +23,7 @@
  */
 #define SIRIDB_VERSION_PRE_RELEASE "-alpha-0"
 
-#if DEBUG
+#ifndef NDEBUG
 #define SIRIDB_VERSION_BUILD_RELEASE "+debug"
 #else
 #define SIRIDB_VERSION_BUILD_RELEASE ""
index 61bb6fe507589f31b09b2f8562f3a0f3498316b5..517bb57ef3e654952e89735483b96f001c03296a 100644 (file)
@@ -656,7 +656,7 @@ static void CEXPR_push_condition(cexpr_t * cexpr, cexpr_condition_t * cond)
     }
     else
     {
-        assert(cexpr->tp_b == VIA_NULL);#endif
+        assert(cexpr->tp_b == VIA_NULL);
         cexpr->tp_b = VIA_COND;
         cexpr->via_b.cond = cond;
     }
index 87c3a3010547d4e8966512d2c50d83d753c5d196..ddb3bb8e7068ee07f7e23240fe53fb575ed88c7b 100644 (file)
@@ -926,6 +926,7 @@ static siridb_points_t * AGGREGATE_filter(
 
         default:
             assert (0);
+            dpt = NULL;
             break;
         }
 
@@ -1167,6 +1168,8 @@ static int aggr_derivative(
             break;
         default:
             assert (0);
+            first = 0.0;
+            last = 0.0;
             break;
         }
 
index 7186653956222416cd36a066e0b4c785f4b8db19..e9f33c3abe369f4357be57e5f5c3d264a500b120 100644 (file)
@@ -3798,6 +3798,7 @@ static void exit_set_log_level(uv_async_t * handle)
         break;
     default:
         assert (0);
+        log_level = LOGGER_DEBUG;
         break;
     }
 
@@ -4605,6 +4606,7 @@ static void async_no_points_aggregate(uv_async_t * handle)
             break;
         default:
             assert (0);
+            points = NULL;
         }
 
         uv_mutex_unlock(&siridb->series_mutex);